home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_08_07
/
8n07056b
< prev
next >
Wrap
Text File
|
1990-06-17
|
490b
|
19 lines
/* yacc.hdr - definitions to make yacc globals local */
static YYSTYPE yyv[];
static int yychar;
static int yynerrs;
static short yyerrflag;
static short yyact[];
static short yychk[];
static short yydef[];
static short yyexca[];
static short yypact[];
static short yypgo[];
static short yyr1[];
static short yyr2[];
/* end of yacc.hdr */
Listing 2